/* 主体 */
/* banner */
.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    position: relative;
    cursor: pointer;
}

/* 轮播图高度 */
.indexlbtImg {
    width: 100%;
    max-height: 540px;
}


.swiper-slide .text {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, .65);
    left: 0;
    bottom: 0;
    right: 0;
    height: .6rem;
    padding: 0 .2rem;
    font-weight: bold;
    font-size: 0.18rem;
    line-height: .6rem;
    text-align: left;
}

.swiper-pagination {
    text-align: right;
}

.swiper-pagination-bullet {
    width: .14rem;
    height: .14rem;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

/* banner 右侧列表 */
.itemBox {
    padding-left: 30px;
}

.itemCenter ul {
    display: none;
}

.tabList {
    font-size: .2rem;
    overflow: hidden;
}

.tabList li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .3rem;
    position: relative;
    padding-left: .2rem;
}

.tabList li a {
    flex: 1;
    margin-right: .2rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabList li span {
    font-size: .18rem;
}

.tabList li::before {
    content: '';
    width: .04rem;
    height: .04rem;
    background: #3D6FA2;
    position: absolute;
    left: 0;
    top: .15rem;
}

.itemBox .ggw {
    margin-top: .25rem;
}

/* 首页内容部分样式 */
/* 三栏目 */
.rowEol {
    width: 100%;
    display: flex;
    margin-top: .4rem;
    margin-bottom: .2rem;
    justify-content: space-between;
}

/* 政务公开 */
.indeBox {
    width: 32%;
}

.indeBoxCenter {
    margin-top: .15rem;
    padding: .15rem;
    min-height: 9rem;
    box-sizing: border-box;
    border: #C3DCF4 1px solid;
    border-top: #B9D6F3 2px solid;
}

.indeBoxCenter .tabList {
    margin-top: .1rem;
}

.indeBoxCenter .tabList li::before {
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background: #CBCBCB;
    top: 50%;
    margin-top: -.05rem
}


.indeBoxCenter .tabList li {
    margin-top: 0;
    padding: .21rem;
    border-bottom: 1px dashed #DFDFDF;
}

.indeBoxCenter .tabList li:last-child {
    border-bottom: none;
}

.indeBoxCenter .tabList2 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: .17rem .20rem;
    font-size: .2rem;
    border-bottom: 1px dashed #DFDFDF;
}

.indeBoxCenter .tabList2 li::before {
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background: #CBCBCB;
    top: 50%;
    margin-top: -.05rem
}

.indeBoxCenter .tabList2 li a {
    flex: 1;
    margin-right: .2rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.indeBoxCenter .tabList2 li:last-child {
    border-bottom: none;
}


.indeBoxCenter .index_zmhd li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: .1rem .20rem;
    font-size: .2rem;
    border-bottom: 1px dashed #DFDFDF;
}


.indeBoxCenter .index_zmhd li span.prefix {
    color: #3d6fa2;
    border: 1px solid #3d6fa2;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
    padding: 3px;
}





.indeBoxTab {
    font-size: .2rem;
    background-color: #F3F4FA;
    color: #767676;
}

.indeBoxTab li {
    display: inline-block;
    height: .5rem;
    line-height: .5rem;
    padding: 0 .15rem;
    cursor: pointer;
}

.indeBoxTab li.On {
    background-color: #3d6fa2;
    color: #fff;
    position: relative;
}

.indeBoxTab li.On::before {
    content: '';
    width: 0;
    height: 0;
    border: transparent .1rem solid;
    border-top-color: #3d6fa2;
    position: absolute;
    left: 50%;
    bottom: -.2rem;
    margin-left: -.1rem;
}

.rowItemBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rowItem {
    border-radius: .05rem;
    background: #EFF1F6;
    width: 22%;
    height: 1rem;
    font-size: .14rem;
    margin-top: .2rem;
}

.rowItem a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #000;
}

.rowItem a span {
    color: #000;
}

.rowItem a:hover,
.rowItem2 a:hover,
.rowItem3 a:hover {
    color: #3A6CA1;
    text-decoration: none;
}

.rowItem span {
    padding: 0 .05rem;
    text-align: center;
}

.rowItem2 {
    border-radius: .05rem;
    border: #C3DCF4 1px solid;
    width: 48%;
    box-sizing: border-box;
    padding: .2rem .15rem;
    font-size: .18rem;
    margin-top: .2rem;
    font-weight: bold;
}

.rowItem2 a span {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rowItem2 a span:first-child {
    line-height: 0;
}

.rowItem3 {
    border-radius: .05rem;
    border: #C3DCF4 1px solid;
    width: 30%;
    box-sizing: border-box;
    padding: .2rem 0;
    font-size: .18rem;
    margin-top: .2rem;
    font-weight: bold;
}

.rowItem3 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.indeBoxCenter .titleMore b {
    font-size: .26rem;
}

.indeBoxCenter .ggw {
    margin-top: .2rem;
}

.ggwTell {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ggwTell a {
    width: 48%;
}

.ggwTell a img {
    width: 100%;
}

.iconLi {
    width: 100%;
    min-height: 2.4rem;
    text-align: left;
    margin-bottom: .18rem;
}

.iconLi li {
    width: 21%;
    font-size: .16rem;
    margin: .2rem 1% .1rem;
    display: inline-block;
}

.iconLi li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #000;
}

.iconLi li a span:first-child {
    margin: .1rem 0 .05rem;
}

.swiper-box {
    width: 100%;
    overflow: hidden;
}

.swiper-box .swiper-slide {
    width: 100% !important;
}

.swiper-box .more {
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: -99rem;
    height: .2rem;
    width: .4rem;
    display: flex;
    justify-content: space-evenly;
}

.swiper-box .more i {
    width: .2rem;
    height: 100%;
    text-indent: -9rem;
    overflow: hidden;
    background-image: url(../assest/img/swiperBtn.png);
    background-size: auto 100%;
    opacity: 0.8;
}

.swiper-box .more i:hover {
    opacity: 1;
}

.swiper-box .grSwiper_prev {
    background-position: left center;
}

.swiper-box .grSwiper_next {
    background-position: right center;
}

.swiper-box .swiper-button-next,
.swiper-box .swiper-button-prev {
    display: none;
}


.rowBotBox {
    background: url('../assest/img/bg_01.png') top center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    margin: 0.24rem -0.15rem;
}

.rowBotBox dt {
    color: #3D6FA2;
    font-size: .32rem;
    font-weight: bold;
    height: .8rem;
    display: flex;
    align-items: center;
    margin-left: .4rem;
    position: relative;
}

.rowBotBox dt::before {
    content: '';
    width: .06rem;
    height: .4rem;
    background: #3D6FA2;
    position: absolute;
    top: .2rem;
    left: -.2rem;
}

.rowBotBox dd {
    padding-left: .2rem;
}

.rowBotBox dd a {
    color: #30669E;
    font-size: .16rem;
    font-weight: bold;
    height: .48rem;
    line-height: .48rem;
    overflow: hidden;
    display: inline-block;
    width: 29%;
    text-align: center;
    border: #EBEDF2 1px solid;
    border-radius: .05rem;
    margin: .1rem 1% 0;
    box-sizing: border-box;
}

.rowBotBox dd a:hover {
    border-color: #30669E;
    text-decoration: none;
}

.bg02 {
    background: url('../assest/img/bg_02.png') 140% 10% no-repeat;
}

/* 热点专题 */
.hotsubject {
    margin-top: .2rem;
    margin-bottom: .2rem;
    background: #F5F8FF;
    padding: .2rem;
}
/* 专题专栏 */
.special {
    margin-bottom: .4rem;
    width: 100%;
    overflow: hidden;
}
.specialTitle{
    font-size: .28rem;
    color: #015293;
    text-align: center;
    position: relative;
}
.specialTitle::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #e5e8ee;
    position: absolute;
    left: 0;
    right: 0;
    top: .24rem;
    z-index: 1;
}
.specialTitle::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #e5e8ee;
    position: absolute;
    left: 0;
    right: 0;
    top: .28rem;
    z-index: 1;
}
.specialTitle b{
    display: inline-block;
    background-color: #fff;
    padding: .1rem .4rem;
    position: relative;
    z-index: 3;
}
.specialBox {
    overflow: hidden;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: start;
}
.specialDl{
    width: 3.5rem;
    height: 3.2rem;
    margin-top: .2rem;
    margin-right:2%;
    background: #f2f2f2;
    display: inline-block;
}
.specialDl dt{
    width: 100%;
    height: 2rem;
    overflow: hidden;
    cursor: pointer;
}
.specialDl dt img{
    width: 100%;
    height: 2rem;
}
.specialDl dd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1.2rem;
}
.specialDl dd b{
    font-size: .2rem;
}
.specialDl dd .btn{
    margin-top: .2rem;
    border:#ccc 1px solid;
    border-radius: .1rem;
    padding: .1rem .3rem;
    font-size: .16rem;
    cursor: pointer;
    color: #333;
}
.specialDl dd .btn:hover{
    text-decoration: none;
    border-color: #1c5a9d;
    background: #1c5a9d;;
    color: #fff;
}

/* 媒体查询 */
@media screen and (min-width: 1920px) {
    .maxWidth{max-width:1530px; margin-left:auto; margin-right:auto; }
}


@media screen and (max-width: 1750px) and (min-width: 1620px) {

    /* 轮播图高度 */
    .indexlbtImg {
        height: 540px;
    }

    /* 国务院新闻、今日要闻tab */
    .tabList li {
        margin-top: .33rem;
        padding-left: .2rem;
    }

    /* 政府文件、政策解读版块tab */
    .indeBoxTab {
        font-size: .19rem;
    }


    .indeBoxCenter .tabList li {
        padding: .15rem;
    }

    .rowItem2 img {
        display: none;
    }



}

@media screen and (max-width: 1619px) and (min-width: 1500px) {

    /* 轮播图高度 */
    .indexlbtImg {
        height: 540px;
    }

    /* 国务院新闻、今日要闻tab */
    .tabList li {
        margin-top: .35rem;
        padding-left: .2rem;
    }

    /* 政府文件、政策解读版块tab */
    .indeBoxTab {
        font-size: .17rem;
    }

    .indeBoxCenter .tabList li {
        padding: .1rem;
    }


    .rowItem2 {
        padding-top: .35rem;
        padding-bottom: .35rem;
    }

    .rowItem2 img {
        display: none;
    }


}

@media screen and (max-width: 1499px) and (min-width: 1380px) {

    /* 国务院新闻、今日要闻tab */
    .tabList li {
        margin-top: .36rem;
        padding-left: .2rem;
    }

    /* 三栏目-政务公开 */
    .indeBoxCenter {
        padding: .1rem .05rem;
    }

    /* 政府文件、政策解读版块tab */
    .indeBoxTab {
        font-size: .16rem;
    }

    .indeBoxCenter .tabList li {
        padding: .06rem;
    }

    .rowItem2 {
        padding-top: .45rem;
        padding-bottom: .45rem;
    }

    .rowItem2 img {
        display: none;
    }

    .rowItem3 {
        width: 33%;
    }

    /* 高效办成一件事 */
    .rowBotBox {
        margin: 0;
    }

    /* 大家都在问 */
    .indeBoxCenter .tabList2 li {
        padding: .2rem;
    }


}


@media screen and (max-width: 1079px) and (min-width: 0px) {

    /* 轮播图高度 */
    .indexlbtImg {
        height: 290px;
    }


    .itemBox {
        padding-left: 0px;
    }

}